home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-10 | 801 b | 38 lines |
- # IBM Developer's Workframe/2 Make File Creation run at 12:18:00 on 08/10/94
-
- # Make File Creation run in directory:
- # C:\SOURCE\BOUNCE;
-
- .SUFFIXES:
-
- .SUFFIXES: .c .cpp .cxx .rc
-
- ALL: BOUNCE.DLL \
- bounce.RES
-
- BOUNCE.DLL: \
- bounce.OBJ \
- bounce.RES \
- MAKEFILE
- ICC.EXE @<<
- /B" /noe /nod"
- /Fe"BOUNCE.DLL" OS2386.LIB DDE4MBS.LIB BOUNCE.DEF
- bounce.OBJ
- <<
- if exist bounce.bss del bounce.bss
- ren bounce.dll bounce.bss
- rc bounce bounce.bss
- {.}.rc.res:
- RC -r .\$*.RC
-
- {.}.c.obj:
- ICC.EXE /Tdc /Ss /Wgenparprorearetuse /Rn /Ge- /G4 /Ms /C .\$*.c
-
- {.}.cpp.obj:
- ICC.EXE /Tdc /Ss /Wgenparprorearetuse /Rn /Ge- /G4 /Ms /C .\$*.cpp
-
- {.}.cxx.obj:
- ICC.EXE /Tdc /Ss /Wgenparprorearetuse /Rn /Ge- /G4 /Ms /C .\$*.cxx
-
- !include MAKEFILE.DEP